home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / frame_109 / DoAction.as < prev   
Text File  |  2013-04-24  |  277b  |  17 lines

  1. ship._x = -1000;
  2. ship._y = -1000;
  3. dir = 0;
  4. ship._rotation = 0;
  5. dx = 0;
  6. dy = 0;
  7. shieldTimer = 0;
  8. shieldGo = false;
  9. shieldStart = false;
  10. if(setMusic != true && music)
  11. {
  12.    stopAllSounds();
  13.    rick1 = new Sound();
  14.    rick1.attachSound("rick");
  15.    rick1.start();
  16. }
  17.